net/http.response.cancelCtx (field)

4 uses

	net/http (current package)
		server.go#L422: 	cancelCtx        context.CancelFunc // when ServeHTTP exits
		server.go#L1038: 		cancelCtx:     cancelCtx,
		server.go#L1829: 			inFlightResponse.cancelCtx()
		server.go#L1968: 		w.cancelCtx()